@charset "utf-8";
/* CSS Document */

html, body, ul, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	padding: 0;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 130%;
	color: #CC0000;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
}

.leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.rightimage {
	float: right;
	border: 1px solid #FFFFFF;
}
.clearit {
	display: block;
	clear: both;
}

#wrapper {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	border: 5px ridge #000000;
	text-align: left;
	position: relative;
	margin-left: auto;
	width: 80%;
}
#banner {
	height: 133px;
	background-image: url(../images/BERBanner9Medium.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CC0000;
	padding-top: 10px;
}
#divingline {
	background-color: #CC0000;
	height: 10px;
	border-bottom: 1px solid #000000;
}

#leftcol #nav {
	border-bottom: 1px solid #000000;
}

#leftcol #nav ul {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	list-style-type: none;
	border: 1px solid #000000;
}

#leftcol #nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#leftcol #nav ul li a {
	color: #FEF676;
	text-decoration: none;
	padding: 4px;
	text-align: left;
	display: block;
	height: 25px;
	background-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus {
	background-color: #820000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 180px;
	margin-left: 150px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 34px;
	zoom: 1;
}
#content p {
	margin: 20px;
}
#content h1 {
	color: #CC0000;
	font-size: 150%;
	padding: 0px;
	margin: 20px;
	font-weight: bold;
}
#content h2 {
	color: #0033cc;
	font-size: 110%;
	padding: 0;
	margin: 20px;
}
#rightcol p {
	font-size: small;
	color: #000;
}


#footer {
	border-top: 1px solid #000000;
	background-color: #BFE8BF;
	clear: both;
}
#footer p {
	font-size: 70%;
	padding: 3px;
	color: #173E17;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftcol {
	width: 140px;
	margin-top: 34px;
	margin-left: 10px;
	float: left;
	display: inline;
}

#middlecol {
	height: 44px;
	background-color: #cc0000;
	font-weight: bold;
	color: #CC0000;
	left: 50%;
}

.container {
	width: 99%;
	float: right;
	background-color: #FFFFFF;
}
#rightcol {
	float: right;
	width: 160px;
	margin-right: 10px;
	padding: 4px;
	margin-top: 34px;
	background-color: #FFFFFF;
}

@charset "utf-8";

label {
	display: block;
	font-weight: bold;
}
form {
	width: 600px;
	margin: 15px auto 10px 20px;
}
fieldset {
	padding: 10px;
	border: 1px solid #999999;
}


.button {
	background: #CCCCCC;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #000000;
}

#container {
	width: 400px;
}
textarea {
width:400px;
height:150px;
}
.textInput {
width:250px;
}
.warning {
	font-weight:bold;
	color:#FF0000;
}
.chkbox {
	float: left;
	margin-bottom: 8px;
	margin-left: 20px;
	width: 500px;
}
.chkbox label {
display:inline;
}
.clearIt {
clear:both;
}
select {
margin:5px 0 8px 30px;
}
#content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #173e17;
	margin: 20px;
}
